DevForce Help Reference
VerifierCondition<T> Delegate


the Type of object being verified
Delegate that implements a validation test on an object of type T.
Syntax
'Declaration
 
Public Delegate Function VerifierCondition(Of T)( _
   ByVal itemToVerify As T, _
   ByVal triggerContext As TriggerContext, _
   ByVal verifierContext As VerifierContext _
) As VerifierResult
'Usage
 
Dim instance As New VerifierCondition(Of T)(AddressOf HandlerMethod)

Parameters

itemToVerify
triggerContext
verifierContext

Type Parameters

T
the Type of object being verified
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierCondition<T> Members
IdeaBlade.Validation Namespace

Send Feedback